home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / utility / MIDWV221 / MidWavi.Exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1998-04-08  |  12.1 KB  |  554 lines

  1. object Form1: TForm1
  2.   Left = 173
  3.   Top = 67
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MidWavi - CD Player'
  7.   ClientHeight = 365
  8.   ClientWidth = 503
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnMouseDown = FormMouseDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label8: TLabel
  24.     Left = 104
  25.     Top = 32
  26.     Width = 129
  27.     Height = 25
  28.     AutoSize = False
  29.     Caption = 'Loading CD...'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlue
  32.     Font.Height = -19
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold, fsItalic]
  35.     ParentFont = False
  36.     Visible = False
  37.   end
  38.   object Label1: TLabel
  39.     Left = 32
  40.     Top = 280
  41.     Width = 281
  42.     Height = 15
  43.     Alignment = taCenter
  44.     AutoSize = False
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -12
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object Label2: TLabel
  53.     Left = 23
  54.     Top = 318
  55.     Width = 167
  56.     Height = 24
  57.     Alignment = taCenter
  58.     AutoSize = False
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlue
  61.     Font.Height = -19
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold, fsItalic]
  64.     ParentFont = False
  65.   end
  66.   object Label3: TLabel
  67.     Left = 376
  68.     Top = 208
  69.     Width = 41
  70.     Height = 26
  71.     Alignment = taRightJustify
  72.     AutoSize = False
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clGreen
  75.     Font.Height = -27
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold, fsItalic]
  78.     ParentFont = False
  79.   end
  80.   object Label4: TLabel
  81.     Left = 418
  82.     Top = 208
  83.     Width = 41
  84.     Height = 26
  85.     AutoSize = False
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clGreen
  88.     Font.Height = -27
  89.     Font.Name = 'Arial'
  90.     Font.Style = [fsBold, fsItalic]
  91.     ParentFont = False
  92.   end
  93.   object Bevel1: TBevel
  94.     Left = 18
  95.     Top = 307
  96.     Width = 185
  97.     Height = 44
  98.   end
  99.   object Bevel2: TBevel
  100.     Left = 352
  101.     Top = 206
  102.     Width = 129
  103.     Height = 35
  104.   end
  105.   object Bevel3: TBevel
  106.     Left = 344
  107.     Top = 1
  108.     Width = 145
  109.     Height = 350
  110.   end
  111.   object Bevel4: TBevel
  112.     Left = 216
  113.     Top = 307
  114.     Width = 113
  115.     Height = 44
  116.   end
  117.   object Bevel5: TBevel
  118.     Left = 18
  119.     Top = 280
  120.     Width = 311
  121.     Height = 18
  122.   end
  123.   object Label5: TLabel
  124.     Left = 17
  125.     Top = 15
  126.     Width = 63
  127.     Height = 13
  128.     Caption = 'Track    Time'
  129.   end
  130.   object Label6: TLabel
  131.     Left = 127
  132.     Top = 15
  133.     Width = 63
  134.     Height = 13
  135.     Caption = 'Track    Time'
  136.   end
  137.   object Label7: TLabel
  138.     Left = 237
  139.     Top = 15
  140.     Width = 63
  141.     Height = 13
  142.     Caption = 'Track    Time'
  143.   end
  144.   object Image1: TImage
  145.     Left = 32
  146.     Top = 8
  147.     Width = 278
  148.     Height = 249
  149.     Picture.Data = {<image001.bmp>}
  150.   end
  151.   object Bevel6: TBevel
  152.     Left = 352
  153.     Top = 168
  154.     Width = 129
  155.     Height = 30
  156.   end
  157.   object Gauge1: TGauge
  158.     Left = 352
  159.     Top = 252
  160.     Width = 129
  161.     Height = 25
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clNavy
  164.     Font.Height = -15
  165.     Font.Name = 'Arial'
  166.     Font.Style = [fsBold]
  167.     ForeColor = clYellow
  168.     BackColor = clSilver
  169.     ParentFont = False
  170.     Progress = 0
  171.   end
  172.   object MediaPlayer1: TMediaPlayer
  173.     Left = 16
  174.     Top = 360
  175.     Width = 225
  176.     Height = 20
  177.     EnabledButtons = [btPlay, btPause, btStop, btNext, btPrev, btEject]
  178.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack, btEject]
  179.     AutoRewind = False
  180.     DeviceType = dtCDAudio
  181.     Visible = False
  182.     TabOrder = 0
  183.     OnNotify = MediaPlayer1Notify
  184.   end
  185.   object Button1: TButton
  186.     Left = 352
  187.     Top = 8
  188.     Width = 56
  189.     Height = 23
  190.     Hint = 'Play from first selected Track'
  191.     Caption = '&Play'
  192.     ParentShowHint = False
  193.     ShowHint = True
  194.     TabOrder = 2
  195.     OnClick = Button1Click
  196.   end
  197.   object Button2: TButton
  198.     Left = 352
  199.     Top = 104
  200.     Width = 128
  201.     Height = 23
  202.     Hint = 'Stop and reset to first selection'
  203.     Caption = '&Stop'
  204.     ParentShowHint = False
  205.     ShowHint = True
  206.     TabOrder = 3
  207.     OnClick = Button2Click
  208.   end
  209.   object Button3: TButton
  210.     Left = 424
  211.     Top = 8
  212.     Width = 57
  213.     Height = 23
  214.     Hint = 'Click to Pause, click again to resume playing'
  215.     Caption = 'Pa&use'
  216.     ParentShowHint = False
  217.     ShowHint = True
  218.     TabOrder = 4
  219.     OnClick = Button3Click
  220.   end
  221.   object Button4: TButton
  222.     Left = 352
  223.     Top = 40
  224.     Width = 56
  225.     Height = 23
  226.     Hint = 'Go to next (or randomly) selected Track'
  227.     Caption = '&Next'
  228.     ParentShowHint = False
  229.     ShowHint = True
  230.     TabOrder = 5
  231.     OnClick = Button4Click
  232.   end
  233.   object Button5: TButton
  234.     Left = 424
  235.     Top = 40
  236.     Width = 56
  237.     Height = 23
  238.     Hint = 'Go to previous (or randomly) selected Track'
  239.     Caption = 'Pre&vious'
  240.     ParentShowHint = False
  241.     ShowHint = True
  242.     TabOrder = 6
  243.     OnClick = Button5Click
  244.   end
  245.   object Button7: TButton
  246.     Left = 352
  247.     Top = 72
  248.     Width = 56
  249.     Height = 23
  250.     Hint = 'Click Load to read CD details'
  251.     Caption = '&Load'
  252.     ParentShowHint = False
  253.     ShowHint = True
  254.     TabOrder = 1
  255.     OnClick = Button7Click
  256.   end
  257.   object Button8: TButton
  258.     Left = 424
  259.     Top = 72
  260.     Width = 56
  261.     Height = 23
  262.     Hint = 'You must click this button before changing a CD'
  263.     Caption = '&Eject'
  264.     ParentShowHint = False
  265.     ShowHint = True
  266.     TabOrder = 7
  267.     OnClick = Button8Click
  268.   end
  269.   object Button9: TButton
  270.     Left = 352
  271.     Top = 136
  272.     Width = 30
  273.     Height = 23
  274.     Hint = 'All Tracks selected for playing'
  275.     Caption = 'A&ll'
  276.     ParentShowHint = False
  277.     ShowHint = True
  278.     TabOrder = 8
  279.     OnClick = Button9Click
  280.   end
  281.   object Button10: TButton
  282.     Left = 387
  283.     Top = 136
  284.     Width = 41
  285.     Height = 23
  286.     Hint = 'No Tracks selected for playing'
  287.     Caption = 'N&one'
  288.     ParentShowHint = False
  289.     ShowHint = True
  290.     TabOrder = 9
  291.     OnClick = Button10Click
  292.   end
  293.   object TrackBar1: TTrackBar
  294.     Left = 345
  295.     Top = 248
  296.     Width = 143
  297.     Height = 23
  298.     Enabled = False
  299.     Orientation = trHorizontal
  300.     Frequency = 1
  301.     Position = 0
  302.     SelEnd = 0
  303.     SelStart = 0
  304.     TabOrder = 10
  305.     TickMarks = tmBottomRight
  306.     TickStyle = tsManual
  307.     Visible = False
  308.   end
  309.   object Button11: TButton
  310.     Left = 352
  311.     Top = 288
  312.     Width = 129
  313.     Height = 23
  314.     Hint = 'Displays total play time of all selected Tracks'
  315.     Caption = 'Trac&ks Selected Time'
  316.     ParentShowHint = False
  317.     ShowHint = True
  318.     TabOrder = 11
  319.     OnClick = Button11Click
  320.   end
  321.   object RadioButton1: TRadioButton
  322.     Left = 224
  323.     Top = 312
  324.     Width = 89
  325.     Height = 17
  326.     Hint = 'Display amount of Track already played'
  327.     Caption = 'El&apsed time'
  328.     ParentShowHint = False
  329.     ShowHint = True
  330.     TabOrder = 12
  331.     OnClick = RadioButton1Click
  332.   end
  333.   object RadioButton2: TRadioButton
  334.     Left = 224
  335.     Top = 331
  336.     Width = 97
  337.     Height = 14
  338.     Hint = 'Display amount of Track left to play'
  339.     Caption = 'Re&maining time'
  340.     Checked = True
  341.     ParentShowHint = False
  342.     ShowHint = True
  343.     TabOrder = 13
  344.     TabStop = True
  345.     OnClick = RadioButton2Click
  346.   end
  347.   object Button12: TButton
  348.     Left = 352
  349.     Top = 256
  350.     Width = 129
  351.     Height = 23
  352.     Hint = 'Guess what?'
  353.     Caption = 'Play AVI-MID-&WAV'
  354.     ParentShowHint = False
  355.     ShowHint = True
  356.     TabOrder = 14
  357.     OnClick = Button12Click
  358.   end
  359.   object Button13: TButton
  360.     Left = 432
  361.     Top = 136
  362.     Width = 48
  363.     Height = 23
  364.     Hint = 'To select a single Track (primarily above 30)'
  365.     Caption = 'Single'
  366.     ParentShowHint = False
  367.     ShowHint = True
  368.     TabOrder = 15
  369.     OnClick = Button13Click
  370.   end
  371.   object CheckBox1: TCheckBox
  372.     Left = 28
  373.     Top = 258
  374.     Width = 172
  375.     Height = 17
  376.     Hint = 'Display track details on icon'
  377.     Caption = 'Update &Icon whilst maximised'
  378.     ParentShowHint = False
  379.     ShowHint = True
  380.     State = cbChecked
  381.     TabOrder = 16
  382.     OnClick = CheckBox1Click
  383.   end
  384.   object CheckBox2: TCheckBox
  385.     Left = 357
  386.     Top = 170
  387.     Width = 58
  388.     Height = 25
  389.     Hint = 
  390.       'Play tracks randomly forever! - Right click to see list of track' +
  391.       's.'
  392.     Caption = '&Random'
  393.     ParentShowHint = False
  394.     ShowHint = True
  395.     TabOrder = 17
  396.     OnClick = CheckBox2Click
  397.     OnMouseDown = CheckBox2MouseDown
  398.   end
  399.   object CheckBox3: TCheckBox
  400.     Left = 208
  401.     Top = 258
  402.     Width = 113
  403.     Height = 17
  404.     Hint = 'Disable all track info and run standard CD Player'
  405.     Caption = 'Normal C&D Player'
  406.     Enabled = False
  407.     ParentShowHint = False
  408.     ShowHint = True
  409.     TabOrder = 18
  410.     OnClick = CheckBox3Click
  411.   end
  412.   object CheckBox4: TCheckBox
  413.     Left = 425
  414.     Top = 170
  415.     Width = 55
  416.     Height = 25
  417.     Hint = 
  418.       'Play Tracks in the order they were selected - Right click to see' +
  419.       ' list of Tracks'
  420.     Caption = 'Sele&ct'
  421.     Enabled = False
  422.     ParentShowHint = False
  423.     ShowHint = True
  424.     TabOrder = 19
  425.     OnClick = CheckBox4Click
  426.     OnMouseDown = CheckBox4MouseDown
  427.   end
  428.   object BitBtn1: TBitBtn
  429.     Left = 422
  430.     Top = 318
  431.     Width = 59
  432.     Height = 27
  433.     Caption = 'E&xit'
  434.     TabOrder = 20
  435.     OnClick = BitBtn1Click
  436.     Kind = bkClose
  437.   end
  438.   object Button6: TButton
  439.     Left = 352
  440.     Top = 318
  441.     Width = 59
  442.     Height = 27
  443.     Hint = 'Select and display Graphic files'
  444.     Caption = '&Graphics'
  445.     ParentShowHint = False
  446.     ShowHint = True
  447.     TabOrder = 21
  448.     OnClick = Button6Click
  449.   end
  450.   object Timer1: TTimer
  451.     Enabled = False
  452.     Interval = 100
  453.     OnTimer = Timer1Timer
  454.     Left = 360
  455.     Top = 360
  456.   end
  457.   object MainMenu1: TMainMenu
  458.     Left = 400
  459.     Top = 360
  460.     object About1: TMenuItem
  461.       Caption = '&File'
  462.       object LoadCD1: TMenuItem
  463.         Caption = '&Load CD'
  464.         OnClick = LoadCD1Click
  465.       end
  466.       object PlayAVIMIDWAVfiles1: TMenuItem
  467.         Caption = 'Play AVI-MID-&WAV files'
  468.         OnClick = PlayAVIMIDWAVfiles1Click
  469.       end
  470.       object PlayaSingleCDTrack1: TMenuItem
  471.         Caption = 'Play a &Single CD Track'
  472.         OnClick = PlayaSingleCDTrack1Click
  473.       end
  474.       object DisplayGraphicFiles1: TMenuItem
  475.         Caption = 'Display &Graphic Files'
  476.         OnClick = DisplayGraphicFiles1Click
  477.       end
  478.       object Exit1: TMenuItem
  479.         Caption = 'E&xit'
  480.         OnClick = Exit1Click
  481.       end
  482.     end
  483.     object SYstemStatus1: TMenuItem
  484.       Caption = '&Tools'
  485.       object SystemStatus2: TMenuItem
  486.         Caption = 'S&ystem Status'
  487.         OnClick = SystemStatus2Click
  488.       end
  489.       object HideToolTips1: TMenuItem
  490.         Caption = 'Tool Tips O&ff'
  491.         OnClick = HideToolTips1Click
  492.       end
  493.       object ToolTipsOn1: TMenuItem
  494.         Caption = 'Tool T&ips On'
  495.         OnClick = ToolTipsOn1Click
  496.       end
  497.       object Defaultallsettings1: TMenuItem
  498.         Caption = '&Default all settings'
  499.         OnClick = Defaultallsettings1Click
  500.       end
  501.       object SetStatusChecking1: TMenuItem
  502.         Caption = 'Set Status Chec&king'
  503.         OnClick = SetStatusChecking1Click
  504.       end
  505.       object TurnreminderON1: TMenuItem
  506.         Caption = 'T&urn reminder ON'
  507.         OnClick = TurnreminderON1Click
  508.       end
  509.       object TurNreminderOFF1: TMenuItem
  510.         Caption = 'Tur&n reminder OFF'
  511.         OnClick = TurNreminderOFF1Click
  512.       end
  513.       object DisplayRandomTracks1: TMenuItem
  514.         Caption = 'Display &Random Tracks'
  515.         Enabled = False
  516.         OnClick = DisplayRandomTracks1Click
  517.       end
  518.       object DisplayAsSelectedTracks1: TMenuItem
  519.         Caption = 'Display "&As Selected" Tracks'
  520.         OnClick = DisplayAsSelectedTracks1Click
  521.       end
  522.       object RegisterMidWavi1: TMenuItem
  523.         Caption = 'Register &MidWavi'
  524.         OnClick = RegisterMidWavi1Click
  525.       end
  526.     end
  527.     object Help1: TMenuItem
  528.       Caption = '&Help'
  529.       object Contents1: TMenuItem
  530.         Caption = '&Contents'
  531.         OnClick = Contents1Click
  532.       end
  533.       object KeywordSearch1: TMenuItem
  534.         Caption = '&Keyword Search'
  535.         OnClick = KeywordSearch1Click
  536.       end
  537.       object N1: TMenuItem
  538.         Caption = '-'
  539.       end
  540.       object About2: TMenuItem
  541.         Caption = '&About'
  542.         OnClick = About2Click
  543.       end
  544.     end
  545.   end
  546.   object Timer2: TTimer
  547.     Enabled = False
  548.     Interval = 3000
  549.     OnTimer = Timer2Timer
  550.     Left = 328
  551.     Top = 360
  552.   end
  553. end
  554.